From 28ac7b8dc14bb46efd8f8ed8d7e4ca516674808c Mon Sep 17 00:00:00 2001 From: "Anton P." Date: Sat, 30 Aug 2025 18:36:40 +0300 Subject: [PATCH] sing-box: Update to 1.12.4 changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.12.4 Signed-off-by: Anton P. --- net/sing-box/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index d2d6e4976b..7a3da84e6f 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.12.1 +PKG_VERSION:=1.12.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=8c7de6f996c9d3ad363d60b52828dc649a579ae8a5f0b596fc8ff7ea7622908d +PKG_HASH:=9a14ffa04fee1a1091ca1995a45f3e3feee460bddff0a72da2febc05a05b2660 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2